home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / 112m1.bat < prev    next >
DOS Batch File  |  1994-08-28  |  255b  |  12 lines

  1. @echo off
  2.  
  3. del libsrc\c\sys\stat_ast.s
  4. del libsrc\c\sys\gettimeo.s
  5.  
  6. cd objs
  7. echo Fixing libgpp.a . . .
  8. ar rs ../lib/libgpp.a  obstack.o _regex.o string.o complex.o
  9. cd ..
  10.  
  11. echo You may remove the objs and p_objs directories and this script now.
  12.